skip a test that hangs on some non-x86 architectures
authorDmitry Shachnev <mitya57@debian.org>
Sat, 14 Feb 2026 08:44:14 +0000 (09:44 +0100)
committerPino Toscano <pino@debian.org>
Sat, 14 Feb 2026 08:44:14 +0000 (09:44 +0100)
Forwarded: no
Last-Update: 2025-08-31

Gbp-Pq: Name skip_test_concurrent.diff

tests/auto/blackbox/tst_blackboxjoblimits.cpp

index c43f1ea3408de4f8a1b260c98101da29e5bd5ad0..deef7345cd155dbf3f0f63c4664ccff83db4142f 100644 (file)
@@ -61,6 +61,7 @@ void TestBlackboxJobLimits::initTestCase()
 
 void TestBlackboxJobLimits::jobLimits_data()
 {
+    QSKIP("hangs on some architectures");
     QTest::addColumn<int>("projectJobCount");
     QTest::addColumn<int>("productJobCount");
     QTest::addColumn<int>("moduleJobCount");